Cuminas DjVu SDK for .NET Framework
Insert(Int32,IEnumerable<Zone>) Method



Syntax
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal zones As IEnumerable(Of Zone) _
) 
Dim instance As ZoneCollection
Dim index As Integer
Dim zones As IEnumerable(Of Zone)
 
instance.Insert(index, zones)
public void Insert( 
   int index,
   IEnumerable<Zone> zones
)
public:
void Insert( 
   int index,
   IEnumerable<Zone^>^ zones
) 

Parameters

index
zones
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

ZoneCollection Class
ZoneCollection Members
Overload List

Send Feedback